home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / PCIKernel.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  63 lines

  1. /*
  2.      File:        PCIKernel.idl
  3.  
  4.      Contains:    All definitions, prototypes, and constants for the PCI Family.
  5.  
  6.      Version:    Technology:    xxx put the technology version here xxx
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __PCIKERNEL_IDL__
  19. #define __PCIKERNEL_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __SYNCHRONIZATION_IDL__
  28. #include <Synchronization.idl>
  29. #endif
  30. #ifndef __NAMEREGISTRY_IDL__
  31. #include <NameRegistry.idl>
  32. #endif
  33. #ifndef __INTERRUPTS_IDL__
  34. #include <Interrupts.idl>
  35. #endif
  36. #ifndef __IOITERATOR_IDL__
  37. #include <IOIterator.idl>
  38. #endif
  39.  
  40. #ifdef __SOMIDL__
  41.  
  42. #if FOR_SYSTEM8_PREEMPTIVE
  43. typedef LogicalAddress            PCIConfigAddress;
  44.  
  45. typedef LogicalAddress            PCIIOAddress;
  46.  
  47. /* IOIteration model definitions for the PCI Family*/
  48. typedef SOMLargeStruct            PCIIOIteratorData;            /* Derived from a struct of 64 bytes in size */
  49.  
  50. /* get all pci device found*/
  51. /* get all pci device by a certain name*/
  52. /* get all pci device belonging to a certain domain*/
  53. /* get all pci devices belonging to a certain bus*/
  54. /* get a pci devices by its config address*/
  55. /* bridge interrupt handler call*/
  56. /* plugin access to interrupt disable calls*/
  57. #endif
  58.  
  59. #endif /* __SOMIDL__ */
  60.  
  61. #endif /* __PCIKERNEL_IDL__ */
  62.  
  63.